home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_99540.txt < prev    next >
Text File  |  1987-11-25  |  4KB  |  195 lines

  1. -- card: 99540 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=208 top=86 right=294 bottom=283
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=283 top=86 right=296 bottom=491
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=449 top=112 right=138 bottom=474
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   if visible of card field annuity then hide card field annuity
  51.   else show card field annuity
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 4 (field)
  57. -- low flags: 81
  58. -- high flags: 2004
  59. -- rect: left=257 top=142 right=264 bottom=464
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 2
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: annuity
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   hide card field "annuity"
  71. end mouseUp
  72.  
  73.  
  74. -- part 5 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=394 top=207 right=233 bottom=419
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: 
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   if visible of card field compound then hide card field compound
  89.   else show card field compound
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 6 (field)
  95. -- low flags: 81
  96. -- high flags: 2004
  97. -- rect: left=247 top=81 right=203 bottom=454
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 0
  101. -- font id: 2
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: compound
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   hide card field "compound"
  109. end mouseUp
  110.  
  111.  
  112. -- part contents for background part 43
  113. ----- text -----
  114. 337,169
  115.  
  116. -- part contents for background part 2
  117. ----- text -----
  118. Math functions
  119.  
  120. -- part contents for background part 1
  121. ----- text -----
  122. abs(-34)  
  123. annuity(.015,12)
  124.  
  125. atan(1.0)
  126. average(4,5,6)
  127.  
  128.  
  129. compound(.10,12)
  130.  
  131. cos(pi/4)
  132. exp(3)
  133. exp1(3)
  134. exp2(8)
  135.  
  136.  
  137. -- part contents for background part 44
  138. ----- text -----
  139. abs
  140. annuity
  141.  
  142. atan
  143. average
  144.  
  145.  
  146. compound
  147.  
  148. cos
  149. exp
  150. exp1
  151. exp2
  152.  
  153.  
  154.  
  155. -- part contents for card part 1
  156. ----- text -----
  157. --is 34
  158.  
  159. --is 10.90
  160. --is 0.78
  161.  
  162. --is 5
  163.  
  164.  
  165. --is 3.138
  166. --is 0.707
  167. --is 20.08
  168. --is 19.08
  169. --is 256
  170.  
  171.  
  172. -- part contents for card part 2
  173. ----- text -----
  174. take the absolute value
  175.  
  176. present value of an annuity*
  177. arc tangent (in radians)
  178.  
  179. average of any number of numbers
  180.  
  181. compound interest*
  182. cosine of an angle in radians
  183. natural exponent (e to a power)one less than exp of argument
  184. 2 to the power of the argument
  185.  
  186.  
  187.  
  188. -- part contents for card part 4
  189. ----- text -----
  190. For example, a $1,000 loan at 1.5% a month for12 months has payments of 1000/annuity(.015,12), which is 1000/10.907505.  In this example it would be $91.67 per month.
  191.  
  192.  
  193. -- part contents for card part 6
  194. ----- text -----
  195. Given the interest rate per period and the number of periods, computes the accrued compound interest.  For example, $1000 in the bank at 10% for 12 years has $3138 at the end.